home *** CD-ROM | disk | FTP | other *** search
/ Aminet 50 / Aminet 50 (2002)(GTI - Schatztruhe)[!][Aug 2002].iso / Aminet / disk / misc / diskimage.lha / DOSDrivers / DI2 < prev    next >
Text File  |  2002-03-13  |  616b  |  25 lines

  1. /* multidisk filesystem entry
  2.  *
  3.  * This mounts a logical device on catweasel unit 0 for reading and
  4.  * writing Amiga DD Disks. Create mountlists for other units
  5.  * by changing the number behind 'UNIT  = ' to 0, 1 or 2.
  6.  */
  7.  
  8. Flags           = 0 /* format #0 = Amiga DD */
  9. Surfaces        = 2
  10. BlocksPerTrack  = 11
  11. Reserved        = 2
  12. Mask            = 0x7ffffffc
  13. MaxTransfer     = 0x00200000
  14. Interleave      = 0
  15. LowCyl          = 0
  16. HighCyl         = 79
  17. Buffers         = 5
  18. BufMemType      = 1
  19. StackSize       = 4096
  20. Priority        = 5
  21. GlobVec         = -1
  22. Activate        = 1
  23. Baud            = 0
  24. BootBlocks      = 2
  25.